let Source = Excel.CurrentWorkbook(){[Name="AccountsTotalsClassifications"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"AccountTotal", type text}, {"AccountClassification", type text}, {"DrCrSign", Int64.Type}}) in #"Changed Type"